home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
dev
/
c
/
vbcc.lha
/
vbcc
/
machines
/
amigappc
/
libsrc
/
stdlib
/
system.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-12-30
|
327 b
|
18 lines
/*
** vbcc-Amiga-PowerPC version of system.c
**
** v0.1 04.10.97 phx
*/
#include <exec/libraries.h>
#include <utility/TagItem.h>
#include <powerup/gcclib/powerup_protos.h>
int system(const char *string)
{
/* there is currently no function in the PowerUp kernel */
/* to start another PowerPC task ... */
return (1);
}